Coding style advice? [closed]

Posted by user1064918 on Programmers See other posts from Programmers or by user1064918
Published on 2012-04-10T06:49:23Z Indexed on 2012/04/10 11:41 UTC
Read the original article Hit count: 307

Filed under:
|

I'm a newly grad.

I've got a lot of complaints from my supervisor at work during code-review sessions with regard to my coding style (Surprise!). I don't know if it's just him being cranky or my style is really that annoying to read.

I come from the low-level language world (assembly, mostly), so I've been taught to use bitwise ops and all the cool tricks to do math whenever possible.

I also have the habits of doing some other things that've been regarded as "too excessively dense to read".

So I'm hoping to get some feedback from any experienced programmers! :) Also how should I justify between code performance and readability?

Thanks!!

© Programmers or respective owner

Related posts about coding-style

Related posts about code-reviews